From: Christian Göttsche Date: Mon, 4 Jan 2021 13:15:00 +0000 (+0100) Subject: Use release version for Debian X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1^2^2~4 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=5d959bdae321a2e59408c3c77f1572c02ae86f9e;p=nextcloud-desktop.git Use release version for Debian Forwarded: not-needed Gbp-Pq: Name 0003-Use-release-version-for-Debian.patch --- diff --git a/VERSION.cmake b/VERSION.cmake index dd96a8693..b41828b2e 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -66,3 +66,8 @@ endif() # ------------------------------------ # Not used anymore. For brander, please maintain craftmaster.ini set(QT_MAJOR_VERSION 6) + +# Version from Debian changelog +if( EXTERNAL_VERSION ) + set( MIRALL_VERSION_STRING "${EXTERNAL_VERSION} (Debian built)" ) +endif( EXTERNAL_VERSION )